projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641a26d
)
(cmd_error_internal): Use const for pointer to lisp
author
Ken Raeburn
<raeburn@raeburn.org>
Tue, 16 Jul 2002 19:48:34 +0000
(19:48 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Tue, 16 Jul 2002 19:48:34 +0000
(19:48 +0000)
string data.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 14f21cbe12bf52ff59e69125e0a1c4cc4df78032..db4ebd1635fdc98c89ae3ad329dab00ec4d4be03 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1209,7
+1209,7
@@
cmd_error_internal (data, context)
*Messages*. */
if (!NILP (Vsignaling_function) && SYMBOLP (Vsignaling_function))
{
- char *name = SDATA (SYMBOL_NAME (Vsignaling_function));
+ c
onst c
har *name = SDATA (SYMBOL_NAME (Vsignaling_function));
message_dolog (name, strlen (name), 0, 0);
message_dolog (": ", 2, 0, 0);
Vsignaling_function = Qnil;